儲存空間使用相關指令


查詢各空間剩餘

df -h

列出各資料夾所用空間並排序

du -ch --exclude=./huge_dir --max-depth=1 | sort -hr | head






你可能感興趣的文章

React(9) - life cycle of class component

React(9) - life cycle of class component

DAY13:Mumbling

DAY13:Mumbling

CSS 起手式

CSS 起手式






留言討論